projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f53286
)
(emacs, temacs): Add @true to prevent Make confusion.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Feb 1993 22:29:46 +0000
(22:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Feb 1993 22:29:46 +0000
(22:29 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 5e19aa0248e83336b35b818533c0a8742caad5fd..7e8f4c49e46309086856ab16eda3ff50a13ceac5 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-38,11
+38,13
@@
extraclean: distclean
-rm -f *~ \#* m/*~ s/*~
emacs: doemacs
+ @true
doemacs: xmakefile
$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
temacs: dotemacs
+ @true
dotemacs: xmakefile
$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs